<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="relatorio%20c_arquivos/estilo.css">
<link rel="stylesheet" href="relatorio%20c_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="relatorio%20c_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="relatorio%20c_arquivos/jquery.js" type="text/javascript"></script>
<script src="relatorio%20c_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="relatorio%20c_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="relatorio%20c_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | C - 2 Perodo - 14/08/2012 - 26/10/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="2" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="39" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96445" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="2 Perodo - 14/08/2012 - 26/10/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1524181&nbsp;ANDREZA OLIVEIRA COSTA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="1524181" type="hidden"></td>
            
            <td id="colunaNotaAluno_1524181_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_154" id="ci_AlunoAvaliacao_1524181_154" value="91061763" type="hidden">
                <input name="nr_Nota_1524181_154" id="nr_Nota_1524181_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_160" id="ci_AlunoAvaliacao_1524181_160" value="91861052" type="hidden">
                <input name="nr_Nota_1524181_160" id="nr_Nota_1524181_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_530" id="ci_AlunoAvaliacao_1524181_530" value="89912154" type="hidden">
                <input name="nr_Nota_1524181_530" id="nr_Nota_1524181_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_780" id="ci_AlunoAvaliacao_1524181_780" value="88627959" type="hidden">
                <input name="nr_Nota_1524181_780" id="nr_Nota_1524181_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_800" id="ci_AlunoAvaliacao_1524181_800" value="89168828" type="hidden">
                <input name="nr_Nota_1524181_800" id="nr_Nota_1524181_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_890" id="ci_AlunoAvaliacao_1524181_890" value="88632722" type="hidden">
                <input name="nr_Nota_1524181_890" id="nr_Nota_1524181_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_970" id="ci_AlunoAvaliacao_1524181_970" value="88629954" type="hidden">
                <input name="nr_Nota_1524181_970" id="nr_Nota_1524181_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_3330" id="ci_AlunoAvaliacao_1524181_3330" value="89441645" type="hidden">
                <input name="nr_Nota_1524181_3330" id="nr_Nota_1524181_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1130" id="ci_AlunoAvaliacao_1524181_1130" value="89438597" type="hidden">
                <input name="nr_Nota_1524181_1130" id="nr_Nota_1524181_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1140" id="ci_AlunoAvaliacao_1524181_1140" value="91060414" type="hidden">
                <input name="nr_Nota_1524181_1140" id="nr_Nota_1524181_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1200" id="ci_AlunoAvaliacao_1524181_1200" value="89177572" type="hidden">
                <input name="nr_Nota_1524181_1200" id="nr_Nota_1524181_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1620" id="ci_AlunoAvaliacao_1524181_1620" value="89440203" type="hidden">
                <input name="nr_Nota_1524181_1620" id="nr_Nota_1524181_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1730" id="ci_AlunoAvaliacao_1524181_1730" value="89179159" type="hidden">
                <input name="nr_Nota_1524181_1730" id="nr_Nota_1524181_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1663166&nbsp;ANTONIO ANDERSON ALCANTARA GOIANA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1663166" type="hidden"></td>
            
            <td id="colunaNotaAluno_1663166_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_154" id="ci_AlunoAvaliacao_1663166_154" value="91061764" type="hidden">
                <input name="nr_Nota_1663166_154" id="nr_Nota_1663166_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_160" id="ci_AlunoAvaliacao_1663166_160" value="91861069" type="hidden">
                <input name="nr_Nota_1663166_160" id="nr_Nota_1663166_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_530" id="ci_AlunoAvaliacao_1663166_530" value="89912157" type="hidden">
                <input name="nr_Nota_1663166_530" id="nr_Nota_1663166_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_780" id="ci_AlunoAvaliacao_1663166_780" value="88627960" type="hidden">
                <input name="nr_Nota_1663166_780" id="nr_Nota_1663166_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_800" id="ci_AlunoAvaliacao_1663166_800" value="89168829" type="hidden">
                <input name="nr_Nota_1663166_800" id="nr_Nota_1663166_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_890" id="ci_AlunoAvaliacao_1663166_890" value="88632723" type="hidden">
                <input name="nr_Nota_1663166_890" id="nr_Nota_1663166_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_970" id="ci_AlunoAvaliacao_1663166_970" value="88629955" type="hidden">
                <input name="nr_Nota_1663166_970" id="nr_Nota_1663166_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_3330" id="ci_AlunoAvaliacao_1663166_3330" value="89441646" type="hidden">
                <input name="nr_Nota_1663166_3330" id="nr_Nota_1663166_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1130" id="ci_AlunoAvaliacao_1663166_1130" value="89438598" type="hidden">
                <input name="nr_Nota_1663166_1130" id="nr_Nota_1663166_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1140" id="ci_AlunoAvaliacao_1663166_1140" value="91060415" type="hidden">
                <input name="nr_Nota_1663166_1140" id="nr_Nota_1663166_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1200" id="ci_AlunoAvaliacao_1663166_1200" value="89177573" type="hidden">
                <input name="nr_Nota_1663166_1200" id="nr_Nota_1663166_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1620" id="ci_AlunoAvaliacao_1663166_1620" value="89440204" type="hidden">
                <input name="nr_Nota_1663166_1620" id="nr_Nota_1663166_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1730" id="ci_AlunoAvaliacao_1663166_1730" value="89179160" type="hidden">
                <input name="nr_Nota_1663166_1730" id="nr_Nota_1663166_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1043986&nbsp;CRISLANE RODRIGUES BERNARDO
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="1043986" type="hidden"></td>
            
            <td id="colunaNotaAluno_1043986_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_154" id="ci_AlunoAvaliacao_1043986_154" value="91061765" type="hidden">
                <input name="nr_Nota_1043986_154" id="nr_Nota_1043986_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_160" id="ci_AlunoAvaliacao_1043986_160" value="91861076" type="hidden">
                <input name="nr_Nota_1043986_160" id="nr_Nota_1043986_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_530" id="ci_AlunoAvaliacao_1043986_530" value="89912158" type="hidden">
                <input name="nr_Nota_1043986_530" id="nr_Nota_1043986_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_780" id="ci_AlunoAvaliacao_1043986_780" value="88627961" type="hidden">
                <input name="nr_Nota_1043986_780" id="nr_Nota_1043986_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_800" id="ci_AlunoAvaliacao_1043986_800" value="89168830" type="hidden">
                <input name="nr_Nota_1043986_800" id="nr_Nota_1043986_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_890" id="ci_AlunoAvaliacao_1043986_890" value="88632724" type="hidden">
                <input name="nr_Nota_1043986_890" id="nr_Nota_1043986_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_970" id="ci_AlunoAvaliacao_1043986_970" value="88629956" type="hidden">
                <input name="nr_Nota_1043986_970" id="nr_Nota_1043986_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_3330" id="ci_AlunoAvaliacao_1043986_3330" value="89441647" type="hidden">
                <input name="nr_Nota_1043986_3330" id="nr_Nota_1043986_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1130" id="ci_AlunoAvaliacao_1043986_1130" value="89438599" type="hidden">
                <input name="nr_Nota_1043986_1130" id="nr_Nota_1043986_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1140" id="ci_AlunoAvaliacao_1043986_1140" value="91060416" type="hidden">
                <input name="nr_Nota_1043986_1140" id="nr_Nota_1043986_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1200" id="ci_AlunoAvaliacao_1043986_1200" value="89177574" type="hidden">
                <input name="nr_Nota_1043986_1200" id="nr_Nota_1043986_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1620" id="ci_AlunoAvaliacao_1043986_1620" value="89440205" type="hidden">
                <input name="nr_Nota_1043986_1620" id="nr_Nota_1043986_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1730" id="ci_AlunoAvaliacao_1043986_1730" value="89179161" type="hidden">
                <input name="nr_Nota_1043986_1730" id="nr_Nota_1043986_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;494402&nbsp;DAIANE DA COSTA PEREIRA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="494402" type="hidden"></td>
            
            <td id="colunaNotaAluno_494402_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_154" id="ci_AlunoAvaliacao_494402_154" value="91061766" type="hidden">
                <input name="nr_Nota_494402_154" id="nr_Nota_494402_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_160" id="ci_AlunoAvaliacao_494402_160" value="91861087" type="hidden">
                <input name="nr_Nota_494402_160" id="nr_Nota_494402_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_530" id="ci_AlunoAvaliacao_494402_530" value="89912159" type="hidden">
                <input name="nr_Nota_494402_530" id="nr_Nota_494402_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_780" id="ci_AlunoAvaliacao_494402_780" value="88627962" type="hidden">
                <input name="nr_Nota_494402_780" id="nr_Nota_494402_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_800" id="ci_AlunoAvaliacao_494402_800" value="89168831" type="hidden">
                <input name="nr_Nota_494402_800" id="nr_Nota_494402_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_890" id="ci_AlunoAvaliacao_494402_890" value="88632725" type="hidden">
                <input name="nr_Nota_494402_890" id="nr_Nota_494402_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_970" id="ci_AlunoAvaliacao_494402_970" value="88629957" type="hidden">
                <input name="nr_Nota_494402_970" id="nr_Nota_494402_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_3330" id="ci_AlunoAvaliacao_494402_3330" value="89441648" type="hidden">
                <input name="nr_Nota_494402_3330" id="nr_Nota_494402_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1130" id="ci_AlunoAvaliacao_494402_1130" value="89438600" type="hidden">
                <input name="nr_Nota_494402_1130" id="nr_Nota_494402_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1140" id="ci_AlunoAvaliacao_494402_1140" value="91060417" type="hidden">
                <input name="nr_Nota_494402_1140" id="nr_Nota_494402_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1200" id="ci_AlunoAvaliacao_494402_1200" value="89177575" type="hidden">
                <input name="nr_Nota_494402_1200" id="nr_Nota_494402_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1620" id="ci_AlunoAvaliacao_494402_1620" value="89440206" type="hidden">
                <input name="nr_Nota_494402_1620" id="nr_Nota_494402_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1730" id="ci_AlunoAvaliacao_494402_1730" value="89179162" type="hidden">
                <input name="nr_Nota_494402_1730" id="nr_Nota_494402_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1663182&nbsp;ERICA RAQUEL ANDRADE GOMES
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1663182" type="hidden"></td>
            
            <td id="colunaNotaAluno_1663182_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_154" id="ci_AlunoAvaliacao_1663182_154" value="91061767" type="hidden">
                <input name="nr_Nota_1663182_154" id="nr_Nota_1663182_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_160" id="ci_AlunoAvaliacao_1663182_160" value="91861092" type="hidden">
                <input name="nr_Nota_1663182_160" id="nr_Nota_1663182_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_530" id="ci_AlunoAvaliacao_1663182_530" value="89912160" type="hidden">
                <input name="nr_Nota_1663182_530" id="nr_Nota_1663182_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_780" id="ci_AlunoAvaliacao_1663182_780" value="88627963" type="hidden">
                <input name="nr_Nota_1663182_780" id="nr_Nota_1663182_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_800" id="ci_AlunoAvaliacao_1663182_800" value="89168832" type="hidden">
                <input name="nr_Nota_1663182_800" id="nr_Nota_1663182_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_890" id="ci_AlunoAvaliacao_1663182_890" value="88632726" type="hidden">
                <input name="nr_Nota_1663182_890" id="nr_Nota_1663182_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_970" id="ci_AlunoAvaliacao_1663182_970" value="88629958" type="hidden">
                <input name="nr_Nota_1663182_970" id="nr_Nota_1663182_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_3330" id="ci_AlunoAvaliacao_1663182_3330" value="89441649" type="hidden">
                <input name="nr_Nota_1663182_3330" id="nr_Nota_1663182_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1130" id="ci_AlunoAvaliacao_1663182_1130" value="89438601" type="hidden">
                <input name="nr_Nota_1663182_1130" id="nr_Nota_1663182_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1140" id="ci_AlunoAvaliacao_1663182_1140" value="91060418" type="hidden">
                <input name="nr_Nota_1663182_1140" id="nr_Nota_1663182_1140" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1200" id="ci_AlunoAvaliacao_1663182_1200" value="89177576" type="hidden">
                <input name="nr_Nota_1663182_1200" id="nr_Nota_1663182_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1620" id="ci_AlunoAvaliacao_1663182_1620" value="89440207" type="hidden">
                <input name="nr_Nota_1663182_1620" id="nr_Nota_1663182_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1730" id="ci_AlunoAvaliacao_1663182_1730" value="89179163" type="hidden">
                <input name="nr_Nota_1663182_1730" id="nr_Nota_1663182_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;898369&nbsp;ERIKA RESLEY FERNANDES LIMA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="898369" type="hidden"></td>
            
            <td id="colunaNotaAluno_898369_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_154" id="ci_AlunoAvaliacao_898369_154" value="91061768" type="hidden">
                <input name="nr_Nota_898369_154" id="nr_Nota_898369_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_160" id="ci_AlunoAvaliacao_898369_160" value="91861103" type="hidden">
                <input name="nr_Nota_898369_160" id="nr_Nota_898369_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_530" id="ci_AlunoAvaliacao_898369_530" value="89912161" type="hidden">
                <input name="nr_Nota_898369_530" id="nr_Nota_898369_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_780" id="ci_AlunoAvaliacao_898369_780" value="88627964" type="hidden">
                <input name="nr_Nota_898369_780" id="nr_Nota_898369_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_800" id="ci_AlunoAvaliacao_898369_800" value="89168833" type="hidden">
                <input name="nr_Nota_898369_800" id="nr_Nota_898369_800" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_890" id="ci_AlunoAvaliacao_898369_890" value="88632727" type="hidden">
                <input name="nr_Nota_898369_890" id="nr_Nota_898369_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_970" id="ci_AlunoAvaliacao_898369_970" value="88629959" type="hidden">
                <input name="nr_Nota_898369_970" id="nr_Nota_898369_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_3330" id="ci_AlunoAvaliacao_898369_3330" value="89441650" type="hidden">
                <input name="nr_Nota_898369_3330" id="nr_Nota_898369_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1130" id="ci_AlunoAvaliacao_898369_1130" value="89438602" type="hidden">
                <input name="nr_Nota_898369_1130" id="nr_Nota_898369_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1140" id="ci_AlunoAvaliacao_898369_1140" value="91060419" type="hidden">
                <input name="nr_Nota_898369_1140" id="nr_Nota_898369_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1200" id="ci_AlunoAvaliacao_898369_1200" value="89177577" type="hidden">
                <input name="nr_Nota_898369_1200" id="nr_Nota_898369_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1620" id="ci_AlunoAvaliacao_898369_1620" value="89440208" type="hidden">
                <input name="nr_Nota_898369_1620" id="nr_Nota_898369_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1730" id="ci_AlunoAvaliacao_898369_1730" value="89179164" type="hidden">
                <input name="nr_Nota_898369_1730" id="nr_Nota_898369_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;86617&nbsp;FRANCISCO FABIANO DE SOUZA RODRIGUES
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="86617" type="hidden"></td>
            
            <td id="colunaNotaAluno_86617_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_154" id="ci_AlunoAvaliacao_86617_154" value="91061769" type="hidden">
                <input name="nr_Nota_86617_154" id="nr_Nota_86617_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_160" id="ci_AlunoAvaliacao_86617_160" value="91861112" type="hidden">
                <input name="nr_Nota_86617_160" id="nr_Nota_86617_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_530" id="ci_AlunoAvaliacao_86617_530" value="89912162" type="hidden">
                <input name="nr_Nota_86617_530" id="nr_Nota_86617_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_780" id="ci_AlunoAvaliacao_86617_780" value="88627965" type="hidden">
                <input name="nr_Nota_86617_780" id="nr_Nota_86617_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_800" id="ci_AlunoAvaliacao_86617_800" value="89168834" type="hidden">
                <input name="nr_Nota_86617_800" id="nr_Nota_86617_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_890" id="ci_AlunoAvaliacao_86617_890" value="88632728" type="hidden">
                <input name="nr_Nota_86617_890" id="nr_Nota_86617_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_970" id="ci_AlunoAvaliacao_86617_970" value="88629960" type="hidden">
                <input name="nr_Nota_86617_970" id="nr_Nota_86617_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_3330" id="ci_AlunoAvaliacao_86617_3330" value="89441651" type="hidden">
                <input name="nr_Nota_86617_3330" id="nr_Nota_86617_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1130" id="ci_AlunoAvaliacao_86617_1130" value="89438603" type="hidden">
                <input name="nr_Nota_86617_1130" id="nr_Nota_86617_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1140" id="ci_AlunoAvaliacao_86617_1140" value="91060420" type="hidden">
                <input name="nr_Nota_86617_1140" id="nr_Nota_86617_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1200" id="ci_AlunoAvaliacao_86617_1200" value="89177578" type="hidden">
                <input name="nr_Nota_86617_1200" id="nr_Nota_86617_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1620" id="ci_AlunoAvaliacao_86617_1620" value="89440209" type="hidden">
                <input name="nr_Nota_86617_1620" id="nr_Nota_86617_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1730" id="ci_AlunoAvaliacao_86617_1730" value="89179165" type="hidden">
                <input name="nr_Nota_86617_1730" id="nr_Nota_86617_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;892144&nbsp;FRANCISCO GUSTAVO CAVALCANTE UCHOA
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="892144" type="hidden"></td>
            
            <td id="colunaNotaAluno_892144_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_154" id="ci_AlunoAvaliacao_892144_154" value="91061770" type="hidden">
                <input name="nr_Nota_892144_154" id="nr_Nota_892144_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_160" id="ci_AlunoAvaliacao_892144_160" value="91861124" type="hidden">
                <input name="nr_Nota_892144_160" id="nr_Nota_892144_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_530" id="ci_AlunoAvaliacao_892144_530" value="89912163" type="hidden">
                <input name="nr_Nota_892144_530" id="nr_Nota_892144_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_780" id="ci_AlunoAvaliacao_892144_780" value="88627966" type="hidden">
                <input name="nr_Nota_892144_780" id="nr_Nota_892144_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_800" id="ci_AlunoAvaliacao_892144_800" value="89168835" type="hidden">
                <input name="nr_Nota_892144_800" id="nr_Nota_892144_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_890" id="ci_AlunoAvaliacao_892144_890" value="88632729" type="hidden">
                <input name="nr_Nota_892144_890" id="nr_Nota_892144_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_970" id="ci_AlunoAvaliacao_892144_970" value="88629961" type="hidden">
                <input name="nr_Nota_892144_970" id="nr_Nota_892144_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_3330" id="ci_AlunoAvaliacao_892144_3330" value="89441652" type="hidden">
                <input name="nr_Nota_892144_3330" id="nr_Nota_892144_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1130" id="ci_AlunoAvaliacao_892144_1130" value="89438604" type="hidden">
                <input name="nr_Nota_892144_1130" id="nr_Nota_892144_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1140" id="ci_AlunoAvaliacao_892144_1140" value="91060421" type="hidden">
                <input name="nr_Nota_892144_1140" id="nr_Nota_892144_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1200" id="ci_AlunoAvaliacao_892144_1200" value="89177579" type="hidden">
                <input name="nr_Nota_892144_1200" id="nr_Nota_892144_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1620" id="ci_AlunoAvaliacao_892144_1620" value="89440210" type="hidden">
                <input name="nr_Nota_892144_1620" id="nr_Nota_892144_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1730" id="ci_AlunoAvaliacao_892144_1730" value="89179166" type="hidden">
                <input name="nr_Nota_892144_1730" id="nr_Nota_892144_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;550052&nbsp;FRANCISCO RAFANAEL FERREIRA DA CRUZ
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="550052" type="hidden"></td>
            
            <td id="colunaNotaAluno_550052_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_154" id="ci_AlunoAvaliacao_550052_154" value="91061771" type="hidden">
                <input name="nr_Nota_550052_154" id="nr_Nota_550052_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_160" id="ci_AlunoAvaliacao_550052_160" value="91861139" type="hidden">
                <input name="nr_Nota_550052_160" id="nr_Nota_550052_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_530" id="ci_AlunoAvaliacao_550052_530" value="89912164" type="hidden">
                <input name="nr_Nota_550052_530" id="nr_Nota_550052_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_780" id="ci_AlunoAvaliacao_550052_780" value="88627967" type="hidden">
                <input name="nr_Nota_550052_780" id="nr_Nota_550052_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_800" id="ci_AlunoAvaliacao_550052_800" value="89168836" type="hidden">
                <input name="nr_Nota_550052_800" id="nr_Nota_550052_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_890" id="ci_AlunoAvaliacao_550052_890" value="88632730" type="hidden">
                <input name="nr_Nota_550052_890" id="nr_Nota_550052_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_970" id="ci_AlunoAvaliacao_550052_970" value="88629962" type="hidden">
                <input name="nr_Nota_550052_970" id="nr_Nota_550052_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_3330" id="ci_AlunoAvaliacao_550052_3330" value="89441653" type="hidden">
                <input name="nr_Nota_550052_3330" id="nr_Nota_550052_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1130" id="ci_AlunoAvaliacao_550052_1130" value="89438605" type="hidden">
                <input name="nr_Nota_550052_1130" id="nr_Nota_550052_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1140" id="ci_AlunoAvaliacao_550052_1140" value="91060422" type="hidden">
                <input name="nr_Nota_550052_1140" id="nr_Nota_550052_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1200" id="ci_AlunoAvaliacao_550052_1200" value="89177580" type="hidden">
                <input name="nr_Nota_550052_1200" id="nr_Nota_550052_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1620" id="ci_AlunoAvaliacao_550052_1620" value="89440211" type="hidden">
                <input name="nr_Nota_550052_1620" id="nr_Nota_550052_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1730" id="ci_AlunoAvaliacao_550052_1730" value="89179167" type="hidden">
                <input name="nr_Nota_550052_1730" id="nr_Nota_550052_1730" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;873965&nbsp;FRANCISCO WENDELL SILVA DE MACEDO
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="873965" type="hidden"></td>
            
            <td id="colunaNotaAluno_873965_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_154" id="ci_AlunoAvaliacao_873965_154" value="91061772" type="hidden">
                <input name="nr_Nota_873965_154" id="nr_Nota_873965_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_160" id="ci_AlunoAvaliacao_873965_160" value="91861144" type="hidden">
                <input name="nr_Nota_873965_160" id="nr_Nota_873965_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_530" id="ci_AlunoAvaliacao_873965_530" value="89912165" type="hidden">
                <input name="nr_Nota_873965_530" id="nr_Nota_873965_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_780" id="ci_AlunoAvaliacao_873965_780" value="88627968" type="hidden">
                <input name="nr_Nota_873965_780" id="nr_Nota_873965_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_800" id="ci_AlunoAvaliacao_873965_800" value="89168837" type="hidden">
                <input name="nr_Nota_873965_800" id="nr_Nota_873965_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_890" id="ci_AlunoAvaliacao_873965_890" value="88632731" type="hidden">
                <input name="nr_Nota_873965_890" id="nr_Nota_873965_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_970" id="ci_AlunoAvaliacao_873965_970" value="88629963" type="hidden">
                <input name="nr_Nota_873965_970" id="nr_Nota_873965_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_3330" id="ci_AlunoAvaliacao_873965_3330" value="89441654" type="hidden">
                <input name="nr_Nota_873965_3330" id="nr_Nota_873965_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1130" id="ci_AlunoAvaliacao_873965_1130" value="89438606" type="hidden">
                <input name="nr_Nota_873965_1130" id="nr_Nota_873965_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1140" id="ci_AlunoAvaliacao_873965_1140" value="91060423" type="hidden">
                <input name="nr_Nota_873965_1140" id="nr_Nota_873965_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1200" id="ci_AlunoAvaliacao_873965_1200" value="89177581" type="hidden">
                <input name="nr_Nota_873965_1200" id="nr_Nota_873965_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1620" id="ci_AlunoAvaliacao_873965_1620" value="89440212" type="hidden">
                <input name="nr_Nota_873965_1620" id="nr_Nota_873965_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1730" id="ci_AlunoAvaliacao_873965_1730" value="89179168" type="hidden">
                <input name="nr_Nota_873965_1730" id="nr_Nota_873965_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;34449&nbsp;GEISA CRISTINA XAVIER DA SILVA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="34449" type="hidden"></td>
            
            <td id="colunaNotaAluno_34449_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_154" id="ci_AlunoAvaliacao_34449_154" value="91061773" type="hidden">
                <input name="nr_Nota_34449_154" id="nr_Nota_34449_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_160" id="ci_AlunoAvaliacao_34449_160" value="91861150" type="hidden">
                <input name="nr_Nota_34449_160" id="nr_Nota_34449_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_530" id="ci_AlunoAvaliacao_34449_530" value="89912166" type="hidden">
                <input name="nr_Nota_34449_530" id="nr_Nota_34449_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_780" id="ci_AlunoAvaliacao_34449_780" value="88627969" type="hidden">
                <input name="nr_Nota_34449_780" id="nr_Nota_34449_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_800" id="ci_AlunoAvaliacao_34449_800" value="89168838" type="hidden">
                <input name="nr_Nota_34449_800" id="nr_Nota_34449_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_890" id="ci_AlunoAvaliacao_34449_890" value="88632732" type="hidden">
                <input name="nr_Nota_34449_890" id="nr_Nota_34449_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_970" id="ci_AlunoAvaliacao_34449_970" value="88629964" type="hidden">
                <input name="nr_Nota_34449_970" id="nr_Nota_34449_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_3330" id="ci_AlunoAvaliacao_34449_3330" value="89441655" type="hidden">
                <input name="nr_Nota_34449_3330" id="nr_Nota_34449_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1130" id="ci_AlunoAvaliacao_34449_1130" value="89438607" type="hidden">
                <input name="nr_Nota_34449_1130" id="nr_Nota_34449_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1140" id="ci_AlunoAvaliacao_34449_1140" value="91060424" type="hidden">
                <input name="nr_Nota_34449_1140" id="nr_Nota_34449_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1200" id="ci_AlunoAvaliacao_34449_1200" value="89177582" type="hidden">
                <input name="nr_Nota_34449_1200" id="nr_Nota_34449_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1620" id="ci_AlunoAvaliacao_34449_1620" value="89440213" type="hidden">
                <input name="nr_Nota_34449_1620" id="nr_Nota_34449_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1730" id="ci_AlunoAvaliacao_34449_1730" value="89179169" type="hidden">
                <input name="nr_Nota_34449_1730" id="nr_Nota_34449_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;791248&nbsp;GILSON DE FREITAS BEZERRA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="791248" type="hidden"></td>
            
            <td id="colunaNotaAluno_791248_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_154" id="ci_AlunoAvaliacao_791248_154" value="91061774" type="hidden">
                <input name="nr_Nota_791248_154" id="nr_Nota_791248_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_160" id="ci_AlunoAvaliacao_791248_160" value="91861152" type="hidden">
                <input name="nr_Nota_791248_160" id="nr_Nota_791248_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_530" id="ci_AlunoAvaliacao_791248_530" value="89912167" type="hidden">
                <input name="nr_Nota_791248_530" id="nr_Nota_791248_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_780" id="ci_AlunoAvaliacao_791248_780" value="88627970" type="hidden">
                <input name="nr_Nota_791248_780" id="nr_Nota_791248_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_800" id="ci_AlunoAvaliacao_791248_800" value="89168839" type="hidden">
                <input name="nr_Nota_791248_800" id="nr_Nota_791248_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_890" id="ci_AlunoAvaliacao_791248_890" value="88632733" type="hidden">
                <input name="nr_Nota_791248_890" id="nr_Nota_791248_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_970" id="ci_AlunoAvaliacao_791248_970" value="88629965" type="hidden">
                <input name="nr_Nota_791248_970" id="nr_Nota_791248_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_3330" id="ci_AlunoAvaliacao_791248_3330" value="89441656" type="hidden">
                <input name="nr_Nota_791248_3330" id="nr_Nota_791248_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1130" id="ci_AlunoAvaliacao_791248_1130" value="89438608" type="hidden">
                <input name="nr_Nota_791248_1130" id="nr_Nota_791248_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1140" id="ci_AlunoAvaliacao_791248_1140" value="91060425" type="hidden">
                <input name="nr_Nota_791248_1140" id="nr_Nota_791248_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1200" id="ci_AlunoAvaliacao_791248_1200" value="89177583" type="hidden">
                <input name="nr_Nota_791248_1200" id="nr_Nota_791248_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1620" id="ci_AlunoAvaliacao_791248_1620" value="89440214" type="hidden">
                <input name="nr_Nota_791248_1620" id="nr_Nota_791248_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1730" id="ci_AlunoAvaliacao_791248_1730" value="89179170" type="hidden">
                <input name="nr_Nota_791248_1730" id="nr_Nota_791248_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201796&nbsp;IGOR SILVA DOS SANTOS
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1201796" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201796_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_154" id="ci_AlunoAvaliacao_1201796_154" value="91061775" type="hidden">
                <input name="nr_Nota_1201796_154" id="nr_Nota_1201796_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_160" id="ci_AlunoAvaliacao_1201796_160" value="91861153" type="hidden">
                <input name="nr_Nota_1201796_160" id="nr_Nota_1201796_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_530" id="ci_AlunoAvaliacao_1201796_530" value="89912168" type="hidden">
                <input name="nr_Nota_1201796_530" id="nr_Nota_1201796_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_780" id="ci_AlunoAvaliacao_1201796_780" value="88627971" type="hidden">
                <input name="nr_Nota_1201796_780" id="nr_Nota_1201796_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_800" id="ci_AlunoAvaliacao_1201796_800" value="89168840" type="hidden">
                <input name="nr_Nota_1201796_800" id="nr_Nota_1201796_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_890" id="ci_AlunoAvaliacao_1201796_890" value="88632734" type="hidden">
                <input name="nr_Nota_1201796_890" id="nr_Nota_1201796_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_970" id="ci_AlunoAvaliacao_1201796_970" value="88629966" type="hidden">
                <input name="nr_Nota_1201796_970" id="nr_Nota_1201796_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_3330" id="ci_AlunoAvaliacao_1201796_3330" value="89441657" type="hidden">
                <input name="nr_Nota_1201796_3330" id="nr_Nota_1201796_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1130" id="ci_AlunoAvaliacao_1201796_1130" value="89438609" type="hidden">
                <input name="nr_Nota_1201796_1130" id="nr_Nota_1201796_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1140" id="ci_AlunoAvaliacao_1201796_1140" value="91060426" type="hidden">
                <input name="nr_Nota_1201796_1140" id="nr_Nota_1201796_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1200" id="ci_AlunoAvaliacao_1201796_1200" value="89177584" type="hidden">
                <input name="nr_Nota_1201796_1200" id="nr_Nota_1201796_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1620" id="ci_AlunoAvaliacao_1201796_1620" value="89440215" type="hidden">
                <input name="nr_Nota_1201796_1620" id="nr_Nota_1201796_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1730" id="ci_AlunoAvaliacao_1201796_1730" value="89179171" type="hidden">
                <input name="nr_Nota_1201796_1730" id="nr_Nota_1201796_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;89497&nbsp;IURY PARENTE JULIO
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="89497" type="hidden"></td>
            
            <td id="colunaNotaAluno_89497_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_154" id="ci_AlunoAvaliacao_89497_154" value="91061777" type="hidden">
                <input name="nr_Nota_89497_154" id="nr_Nota_89497_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_160" id="ci_AlunoAvaliacao_89497_160" value="91861155" type="hidden">
                <input name="nr_Nota_89497_160" id="nr_Nota_89497_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_530" id="ci_AlunoAvaliacao_89497_530" value="89912170" type="hidden">
                <input name="nr_Nota_89497_530" id="nr_Nota_89497_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_780" id="ci_AlunoAvaliacao_89497_780" value="88627973" type="hidden">
                <input name="nr_Nota_89497_780" id="nr_Nota_89497_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_800" id="ci_AlunoAvaliacao_89497_800" value="89168842" type="hidden">
                <input name="nr_Nota_89497_800" id="nr_Nota_89497_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_890" id="ci_AlunoAvaliacao_89497_890" value="88632736" type="hidden">
                <input name="nr_Nota_89497_890" id="nr_Nota_89497_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_970" id="ci_AlunoAvaliacao_89497_970" value="88629968" type="hidden">
                <input name="nr_Nota_89497_970" id="nr_Nota_89497_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_3330" id="ci_AlunoAvaliacao_89497_3330" value="89441659" type="hidden">
                <input name="nr_Nota_89497_3330" id="nr_Nota_89497_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1130" id="ci_AlunoAvaliacao_89497_1130" value="89438611" type="hidden">
                <input name="nr_Nota_89497_1130" id="nr_Nota_89497_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1140" id="ci_AlunoAvaliacao_89497_1140" value="91060428" type="hidden">
                <input name="nr_Nota_89497_1140" id="nr_Nota_89497_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1200" id="ci_AlunoAvaliacao_89497_1200" value="89177586" type="hidden">
                <input name="nr_Nota_89497_1200" id="nr_Nota_89497_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1620" id="ci_AlunoAvaliacao_89497_1620" value="89440217" type="hidden">
                <input name="nr_Nota_89497_1620" id="nr_Nota_89497_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1730" id="ci_AlunoAvaliacao_89497_1730" value="89179173" type="hidden">
                <input name="nr_Nota_89497_1730" id="nr_Nota_89497_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;141940&nbsp;JEAN CARLOS JUREMA MARTINS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="141940" type="hidden"></td>
            
            <td id="colunaNotaAluno_141940_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_154" id="ci_AlunoAvaliacao_141940_154" value="91061778" type="hidden">
                <input name="nr_Nota_141940_154" id="nr_Nota_141940_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_160" id="ci_AlunoAvaliacao_141940_160" value="91861156" type="hidden">
                <input name="nr_Nota_141940_160" id="nr_Nota_141940_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_530" id="ci_AlunoAvaliacao_141940_530" value="89912171" type="hidden">
                <input name="nr_Nota_141940_530" id="nr_Nota_141940_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_780" id="ci_AlunoAvaliacao_141940_780" value="88627974" type="hidden">
                <input name="nr_Nota_141940_780" id="nr_Nota_141940_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_800" id="ci_AlunoAvaliacao_141940_800" value="89168843" type="hidden">
                <input name="nr_Nota_141940_800" id="nr_Nota_141940_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_890" id="ci_AlunoAvaliacao_141940_890" value="88632737" type="hidden">
                <input name="nr_Nota_141940_890" id="nr_Nota_141940_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_970" id="ci_AlunoAvaliacao_141940_970" value="88629969" type="hidden">
                <input name="nr_Nota_141940_970" id="nr_Nota_141940_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_3330" id="ci_AlunoAvaliacao_141940_3330" value="89441660" type="hidden">
                <input name="nr_Nota_141940_3330" id="nr_Nota_141940_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1130" id="ci_AlunoAvaliacao_141940_1130" value="89438612" type="hidden">
                <input name="nr_Nota_141940_1130" id="nr_Nota_141940_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1140" id="ci_AlunoAvaliacao_141940_1140" value="91060429" type="hidden">
                <input name="nr_Nota_141940_1140" id="nr_Nota_141940_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1200" id="ci_AlunoAvaliacao_141940_1200" value="89177587" type="hidden">
                <input name="nr_Nota_141940_1200" id="nr_Nota_141940_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1620" id="ci_AlunoAvaliacao_141940_1620" value="89440218" type="hidden">
                <input name="nr_Nota_141940_1620" id="nr_Nota_141940_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1730" id="ci_AlunoAvaliacao_141940_1730" value="89179174" type="hidden">
                <input name="nr_Nota_141940_1730" id="nr_Nota_141940_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1668362&nbsp;JEFTE DUARTE DA COSTA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="1668362" type="hidden"></td>
            
            <td id="colunaNotaAluno_1668362_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_154" id="ci_AlunoAvaliacao_1668362_154" value="91061779" type="hidden">
                <input name="nr_Nota_1668362_154" id="nr_Nota_1668362_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_160" id="ci_AlunoAvaliacao_1668362_160" value="91861157" type="hidden">
                <input name="nr_Nota_1668362_160" id="nr_Nota_1668362_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_530" id="ci_AlunoAvaliacao_1668362_530" value="89912172" type="hidden">
                <input name="nr_Nota_1668362_530" id="nr_Nota_1668362_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_780" id="ci_AlunoAvaliacao_1668362_780" value="88627975" type="hidden">
                <input name="nr_Nota_1668362_780" id="nr_Nota_1668362_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_800" id="ci_AlunoAvaliacao_1668362_800" value="89168844" type="hidden">
                <input name="nr_Nota_1668362_800" id="nr_Nota_1668362_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_890" id="ci_AlunoAvaliacao_1668362_890" value="88632738" type="hidden">
                <input name="nr_Nota_1668362_890" id="nr_Nota_1668362_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_970" id="ci_AlunoAvaliacao_1668362_970" value="88629970" type="hidden">
                <input name="nr_Nota_1668362_970" id="nr_Nota_1668362_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_3330" id="ci_AlunoAvaliacao_1668362_3330" value="89441661" type="hidden">
                <input name="nr_Nota_1668362_3330" id="nr_Nota_1668362_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1130" id="ci_AlunoAvaliacao_1668362_1130" value="89438613" type="hidden">
                <input name="nr_Nota_1668362_1130" id="nr_Nota_1668362_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1140" id="ci_AlunoAvaliacao_1668362_1140" value="91060430" type="hidden">
                <input name="nr_Nota_1668362_1140" id="nr_Nota_1668362_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1200" id="ci_AlunoAvaliacao_1668362_1200" value="89177588" type="hidden">
                <input name="nr_Nota_1668362_1200" id="nr_Nota_1668362_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1620" id="ci_AlunoAvaliacao_1668362_1620" value="89440219" type="hidden">
                <input name="nr_Nota_1668362_1620" id="nr_Nota_1668362_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1730" id="ci_AlunoAvaliacao_1668362_1730" value="89179175" type="hidden">
                <input name="nr_Nota_1668362_1730" id="nr_Nota_1668362_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1198012&nbsp;JENNYFER CRISTINA DE MORAES SILVA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1198012" type="hidden"></td>
            
            <td id="colunaNotaAluno_1198012_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_154" id="ci_AlunoAvaliacao_1198012_154" value="91061780" type="hidden">
                <input name="nr_Nota_1198012_154" id="nr_Nota_1198012_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_160" id="ci_AlunoAvaliacao_1198012_160" value="91861158" type="hidden">
                <input name="nr_Nota_1198012_160" id="nr_Nota_1198012_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_530" id="ci_AlunoAvaliacao_1198012_530" value="89912173" type="hidden">
                <input name="nr_Nota_1198012_530" id="nr_Nota_1198012_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_780" id="ci_AlunoAvaliacao_1198012_780" value="88627976" type="hidden">
                <input name="nr_Nota_1198012_780" id="nr_Nota_1198012_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_800" id="ci_AlunoAvaliacao_1198012_800" value="89168845" type="hidden">
                <input name="nr_Nota_1198012_800" id="nr_Nota_1198012_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_890" id="ci_AlunoAvaliacao_1198012_890" value="88632739" type="hidden">
                <input name="nr_Nota_1198012_890" id="nr_Nota_1198012_890" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_970" id="ci_AlunoAvaliacao_1198012_970" value="88629971" type="hidden">
                <input name="nr_Nota_1198012_970" id="nr_Nota_1198012_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_3330" id="ci_AlunoAvaliacao_1198012_3330" value="89441662" type="hidden">
                <input name="nr_Nota_1198012_3330" id="nr_Nota_1198012_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1130" id="ci_AlunoAvaliacao_1198012_1130" value="89438614" type="hidden">
                <input name="nr_Nota_1198012_1130" id="nr_Nota_1198012_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1140" id="ci_AlunoAvaliacao_1198012_1140" value="91060431" type="hidden">
                <input name="nr_Nota_1198012_1140" id="nr_Nota_1198012_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1200" id="ci_AlunoAvaliacao_1198012_1200" value="89177589" type="hidden">
                <input name="nr_Nota_1198012_1200" id="nr_Nota_1198012_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1620" id="ci_AlunoAvaliacao_1198012_1620" value="89440220" type="hidden">
                <input name="nr_Nota_1198012_1620" id="nr_Nota_1198012_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1730" id="ci_AlunoAvaliacao_1198012_1730" value="89179176" type="hidden">
                <input name="nr_Nota_1198012_1730" id="nr_Nota_1198012_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1182058&nbsp;JESSICA MARQUES DO PRADO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1182058" type="hidden"></td>
            
            <td id="colunaNotaAluno_1182058_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_154" id="ci_AlunoAvaliacao_1182058_154" value="91061781" type="hidden">
                <input name="nr_Nota_1182058_154" id="nr_Nota_1182058_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_160" id="ci_AlunoAvaliacao_1182058_160" value="91861159" type="hidden">
                <input name="nr_Nota_1182058_160" id="nr_Nota_1182058_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_530" id="ci_AlunoAvaliacao_1182058_530" value="89912174" type="hidden">
                <input name="nr_Nota_1182058_530" id="nr_Nota_1182058_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_780" id="ci_AlunoAvaliacao_1182058_780" value="88627977" type="hidden">
                <input name="nr_Nota_1182058_780" id="nr_Nota_1182058_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_800" id="ci_AlunoAvaliacao_1182058_800" value="89168846" type="hidden">
                <input name="nr_Nota_1182058_800" id="nr_Nota_1182058_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_890" id="ci_AlunoAvaliacao_1182058_890" value="88632740" type="hidden">
                <input name="nr_Nota_1182058_890" id="nr_Nota_1182058_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_970" id="ci_AlunoAvaliacao_1182058_970" value="88629972" type="hidden">
                <input name="nr_Nota_1182058_970" id="nr_Nota_1182058_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_3330" id="ci_AlunoAvaliacao_1182058_3330" value="89441663" type="hidden">
                <input name="nr_Nota_1182058_3330" id="nr_Nota_1182058_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1130" id="ci_AlunoAvaliacao_1182058_1130" value="89438615" type="hidden">
                <input name="nr_Nota_1182058_1130" id="nr_Nota_1182058_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1140" id="ci_AlunoAvaliacao_1182058_1140" value="91060432" type="hidden">
                <input name="nr_Nota_1182058_1140" id="nr_Nota_1182058_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1200" id="ci_AlunoAvaliacao_1182058_1200" value="89177590" type="hidden">
                <input name="nr_Nota_1182058_1200" id="nr_Nota_1182058_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1620" id="ci_AlunoAvaliacao_1182058_1620" value="89440221" type="hidden">
                <input name="nr_Nota_1182058_1620" id="nr_Nota_1182058_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1730" id="ci_AlunoAvaliacao_1182058_1730" value="89179177" type="hidden">
                <input name="nr_Nota_1182058_1730" id="nr_Nota_1182058_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;564245&nbsp;JOELIA LIMA SANTOS
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="564245" type="hidden"></td>
            
            <td id="colunaNotaAluno_564245_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_154" id="ci_AlunoAvaliacao_564245_154" value="91061782" type="hidden">
                <input name="nr_Nota_564245_154" id="nr_Nota_564245_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_160" id="ci_AlunoAvaliacao_564245_160" value="91861160" type="hidden">
                <input name="nr_Nota_564245_160" id="nr_Nota_564245_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_530" id="ci_AlunoAvaliacao_564245_530" value="89912175" type="hidden">
                <input name="nr_Nota_564245_530" id="nr_Nota_564245_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_780" id="ci_AlunoAvaliacao_564245_780" value="88627978" type="hidden">
                <input name="nr_Nota_564245_780" id="nr_Nota_564245_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_800" id="ci_AlunoAvaliacao_564245_800" value="89168847" type="hidden">
                <input name="nr_Nota_564245_800" id="nr_Nota_564245_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_890" id="ci_AlunoAvaliacao_564245_890" value="88632741" type="hidden">
                <input name="nr_Nota_564245_890" id="nr_Nota_564245_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_970" id="ci_AlunoAvaliacao_564245_970" value="88629973" type="hidden">
                <input name="nr_Nota_564245_970" id="nr_Nota_564245_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_3330" id="ci_AlunoAvaliacao_564245_3330" value="89441664" type="hidden">
                <input name="nr_Nota_564245_3330" id="nr_Nota_564245_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1130" id="ci_AlunoAvaliacao_564245_1130" value="89438616" type="hidden">
                <input name="nr_Nota_564245_1130" id="nr_Nota_564245_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1140" id="ci_AlunoAvaliacao_564245_1140" value="91060433" type="hidden">
                <input name="nr_Nota_564245_1140" id="nr_Nota_564245_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1200" id="ci_AlunoAvaliacao_564245_1200" value="89177591" type="hidden">
                <input name="nr_Nota_564245_1200" id="nr_Nota_564245_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1620" id="ci_AlunoAvaliacao_564245_1620" value="89440222" type="hidden">
                <input name="nr_Nota_564245_1620" id="nr_Nota_564245_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1730" id="ci_AlunoAvaliacao_564245_1730" value="89179178" type="hidden">
                <input name="nr_Nota_564245_1730" id="nr_Nota_564245_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1668410&nbsp;KARINE SOUZA DE MOURA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1668410" type="hidden"></td>
            
            <td id="colunaNotaAluno_1668410_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_154" id="ci_AlunoAvaliacao_1668410_154" value="91061783" type="hidden">
                <input name="nr_Nota_1668410_154" id="nr_Nota_1668410_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_160" id="ci_AlunoAvaliacao_1668410_160" value="91861161" type="hidden">
                <input name="nr_Nota_1668410_160" id="nr_Nota_1668410_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_530" id="ci_AlunoAvaliacao_1668410_530" value="89912176" type="hidden">
                <input name="nr_Nota_1668410_530" id="nr_Nota_1668410_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_780" id="ci_AlunoAvaliacao_1668410_780" value="88627979" type="hidden">
                <input name="nr_Nota_1668410_780" id="nr_Nota_1668410_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_800" id="ci_AlunoAvaliacao_1668410_800" value="89168848" type="hidden">
                <input name="nr_Nota_1668410_800" id="nr_Nota_1668410_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_890" id="ci_AlunoAvaliacao_1668410_890" value="88632742" type="hidden">
                <input name="nr_Nota_1668410_890" id="nr_Nota_1668410_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_970" id="ci_AlunoAvaliacao_1668410_970" value="88629974" type="hidden">
                <input name="nr_Nota_1668410_970" id="nr_Nota_1668410_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_3330" id="ci_AlunoAvaliacao_1668410_3330" value="89441665" type="hidden">
                <input name="nr_Nota_1668410_3330" id="nr_Nota_1668410_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1130" id="ci_AlunoAvaliacao_1668410_1130" value="89438617" type="hidden">
                <input name="nr_Nota_1668410_1130" id="nr_Nota_1668410_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1140" id="ci_AlunoAvaliacao_1668410_1140" value="91060434" type="hidden">
                <input name="nr_Nota_1668410_1140" id="nr_Nota_1668410_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1200" id="ci_AlunoAvaliacao_1668410_1200" value="89177592" type="hidden">
                <input name="nr_Nota_1668410_1200" id="nr_Nota_1668410_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1620" id="ci_AlunoAvaliacao_1668410_1620" value="89440223" type="hidden">
                <input name="nr_Nota_1668410_1620" id="nr_Nota_1668410_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1730" id="ci_AlunoAvaliacao_1668410_1730" value="89179179" type="hidden">
                <input name="nr_Nota_1668410_1730" id="nr_Nota_1668410_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1165829&nbsp;KERVESSON BARBOSA PEREIRA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1165829" type="hidden"></td>
            
            <td id="colunaNotaAluno_1165829_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_154" id="ci_AlunoAvaliacao_1165829_154" value="91061784" type="hidden">
                <input name="nr_Nota_1165829_154" id="nr_Nota_1165829_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_160" id="ci_AlunoAvaliacao_1165829_160" value="91861162" type="hidden">
                <input name="nr_Nota_1165829_160" id="nr_Nota_1165829_160" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_530" id="ci_AlunoAvaliacao_1165829_530" value="89912177" type="hidden">
                <input name="nr_Nota_1165829_530" id="nr_Nota_1165829_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_780" id="ci_AlunoAvaliacao_1165829_780" value="88627980" type="hidden">
                <input name="nr_Nota_1165829_780" id="nr_Nota_1165829_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_800" id="ci_AlunoAvaliacao_1165829_800" value="89168849" type="hidden">
                <input name="nr_Nota_1165829_800" id="nr_Nota_1165829_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_890" id="ci_AlunoAvaliacao_1165829_890" value="88632743" type="hidden">
                <input name="nr_Nota_1165829_890" id="nr_Nota_1165829_890" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_970" id="ci_AlunoAvaliacao_1165829_970" value="88629975" type="hidden">
                <input name="nr_Nota_1165829_970" id="nr_Nota_1165829_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_3330" id="ci_AlunoAvaliacao_1165829_3330" value="89441666" type="hidden">
                <input name="nr_Nota_1165829_3330" id="nr_Nota_1165829_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1130" id="ci_AlunoAvaliacao_1165829_1130" value="89438618" type="hidden">
                <input name="nr_Nota_1165829_1130" id="nr_Nota_1165829_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1140" id="ci_AlunoAvaliacao_1165829_1140" value="91060435" type="hidden">
                <input name="nr_Nota_1165829_1140" id="nr_Nota_1165829_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1200" id="ci_AlunoAvaliacao_1165829_1200" value="89177593" type="hidden">
                <input name="nr_Nota_1165829_1200" id="nr_Nota_1165829_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1620" id="ci_AlunoAvaliacao_1165829_1620" value="89440224" type="hidden">
                <input name="nr_Nota_1165829_1620" id="nr_Nota_1165829_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1730" id="ci_AlunoAvaliacao_1165829_1730" value="89179180" type="hidden">
                <input name="nr_Nota_1165829_1730" id="nr_Nota_1165829_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;410160&nbsp;KESLINDA KATTNEY MELO DE LIMA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="410160" type="hidden"></td>
            
            <td id="colunaNotaAluno_410160_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_154" id="ci_AlunoAvaliacao_410160_154" value="91061785" type="hidden">
                <input name="nr_Nota_410160_154" id="nr_Nota_410160_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_160" id="ci_AlunoAvaliacao_410160_160" value="91861163" type="hidden">
                <input name="nr_Nota_410160_160" id="nr_Nota_410160_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_530" id="ci_AlunoAvaliacao_410160_530" value="89912178" type="hidden">
                <input name="nr_Nota_410160_530" id="nr_Nota_410160_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_780" id="ci_AlunoAvaliacao_410160_780" value="88627981" type="hidden">
                <input name="nr_Nota_410160_780" id="nr_Nota_410160_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_800" id="ci_AlunoAvaliacao_410160_800" value="89168850" type="hidden">
                <input name="nr_Nota_410160_800" id="nr_Nota_410160_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_890" id="ci_AlunoAvaliacao_410160_890" value="88632744" type="hidden">
                <input name="nr_Nota_410160_890" id="nr_Nota_410160_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_970" id="ci_AlunoAvaliacao_410160_970" value="88629976" type="hidden">
                <input name="nr_Nota_410160_970" id="nr_Nota_410160_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_3330" id="ci_AlunoAvaliacao_410160_3330" value="89441667" type="hidden">
                <input name="nr_Nota_410160_3330" id="nr_Nota_410160_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1130" id="ci_AlunoAvaliacao_410160_1130" value="89438619" type="hidden">
                <input name="nr_Nota_410160_1130" id="nr_Nota_410160_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1140" id="ci_AlunoAvaliacao_410160_1140" value="91060436" type="hidden">
                <input name="nr_Nota_410160_1140" id="nr_Nota_410160_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1200" id="ci_AlunoAvaliacao_410160_1200" value="89177594" type="hidden">
                <input name="nr_Nota_410160_1200" id="nr_Nota_410160_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1620" id="ci_AlunoAvaliacao_410160_1620" value="89440225" type="hidden">
                <input name="nr_Nota_410160_1620" id="nr_Nota_410160_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1730" id="ci_AlunoAvaliacao_410160_1730" value="89179181" type="hidden">
                <input name="nr_Nota_410160_1730" id="nr_Nota_410160_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;901240&nbsp;LEANDRO LEAL ASSUNCAO ALENCAR
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="901240" type="hidden"></td>
            
            <td id="colunaNotaAluno_901240_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_154" id="ci_AlunoAvaliacao_901240_154" value="91061786" type="hidden">
                <input name="nr_Nota_901240_154" id="nr_Nota_901240_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_160" id="ci_AlunoAvaliacao_901240_160" value="91861164" type="hidden">
                <input name="nr_Nota_901240_160" id="nr_Nota_901240_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_530" id="ci_AlunoAvaliacao_901240_530" value="89912179" type="hidden">
                <input name="nr_Nota_901240_530" id="nr_Nota_901240_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_780" id="ci_AlunoAvaliacao_901240_780" value="88627982" type="hidden">
                <input name="nr_Nota_901240_780" id="nr_Nota_901240_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_800" id="ci_AlunoAvaliacao_901240_800" value="89168851" type="hidden">
                <input name="nr_Nota_901240_800" id="nr_Nota_901240_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_890" id="ci_AlunoAvaliacao_901240_890" value="88632745" type="hidden">
                <input name="nr_Nota_901240_890" id="nr_Nota_901240_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_970" id="ci_AlunoAvaliacao_901240_970" value="88629977" type="hidden">
                <input name="nr_Nota_901240_970" id="nr_Nota_901240_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_3330" id="ci_AlunoAvaliacao_901240_3330" value="89441668" type="hidden">
                <input name="nr_Nota_901240_3330" id="nr_Nota_901240_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1130" id="ci_AlunoAvaliacao_901240_1130" value="89438620" type="hidden">
                <input name="nr_Nota_901240_1130" id="nr_Nota_901240_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1140" id="ci_AlunoAvaliacao_901240_1140" value="91060437" type="hidden">
                <input name="nr_Nota_901240_1140" id="nr_Nota_901240_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1200" id="ci_AlunoAvaliacao_901240_1200" value="89177595" type="hidden">
                <input name="nr_Nota_901240_1200" id="nr_Nota_901240_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1620" id="ci_AlunoAvaliacao_901240_1620" value="89440226" type="hidden">
                <input name="nr_Nota_901240_1620" id="nr_Nota_901240_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1730" id="ci_AlunoAvaliacao_901240_1730" value="89179182" type="hidden">
                <input name="nr_Nota_901240_1730" id="nr_Nota_901240_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;94606&nbsp;LILIANE VITAL DOS SANTOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="94606" type="hidden"></td>
            
            <td id="colunaNotaAluno_94606_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_154" id="ci_AlunoAvaliacao_94606_154" value="91061787" type="hidden">
                <input name="nr_Nota_94606_154" id="nr_Nota_94606_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_160" id="ci_AlunoAvaliacao_94606_160" value="91861165" type="hidden">
                <input name="nr_Nota_94606_160" id="nr_Nota_94606_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_530" id="ci_AlunoAvaliacao_94606_530" value="89912180" type="hidden">
                <input name="nr_Nota_94606_530" id="nr_Nota_94606_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_780" id="ci_AlunoAvaliacao_94606_780" value="88627983" type="hidden">
                <input name="nr_Nota_94606_780" id="nr_Nota_94606_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_800" id="ci_AlunoAvaliacao_94606_800" value="89168852" type="hidden">
                <input name="nr_Nota_94606_800" id="nr_Nota_94606_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_890" id="ci_AlunoAvaliacao_94606_890" value="88632746" type="hidden">
                <input name="nr_Nota_94606_890" id="nr_Nota_94606_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_970" id="ci_AlunoAvaliacao_94606_970" value="88629978" type="hidden">
                <input name="nr_Nota_94606_970" id="nr_Nota_94606_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_3330" id="ci_AlunoAvaliacao_94606_3330" value="89441669" type="hidden">
                <input name="nr_Nota_94606_3330" id="nr_Nota_94606_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1130" id="ci_AlunoAvaliacao_94606_1130" value="89438621" type="hidden">
                <input name="nr_Nota_94606_1130" id="nr_Nota_94606_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1140" id="ci_AlunoAvaliacao_94606_1140" value="91060438" type="hidden">
                <input name="nr_Nota_94606_1140" id="nr_Nota_94606_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1200" id="ci_AlunoAvaliacao_94606_1200" value="89177596" type="hidden">
                <input name="nr_Nota_94606_1200" id="nr_Nota_94606_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1620" id="ci_AlunoAvaliacao_94606_1620" value="89440227" type="hidden">
                <input name="nr_Nota_94606_1620" id="nr_Nota_94606_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1730" id="ci_AlunoAvaliacao_94606_1730" value="89179183" type="hidden">
                <input name="nr_Nota_94606_1730" id="nr_Nota_94606_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;873919&nbsp;LUANA SILVA DE MACEDO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="873919" type="hidden"></td>
            
            <td id="colunaNotaAluno_873919_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_154" id="ci_AlunoAvaliacao_873919_154" value="91061788" type="hidden">
                <input name="nr_Nota_873919_154" id="nr_Nota_873919_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_160" id="ci_AlunoAvaliacao_873919_160" value="91861166" type="hidden">
                <input name="nr_Nota_873919_160" id="nr_Nota_873919_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_530" id="ci_AlunoAvaliacao_873919_530" value="89912181" type="hidden">
                <input name="nr_Nota_873919_530" id="nr_Nota_873919_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_780" id="ci_AlunoAvaliacao_873919_780" value="88627984" type="hidden">
                <input name="nr_Nota_873919_780" id="nr_Nota_873919_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_800" id="ci_AlunoAvaliacao_873919_800" value="89168853" type="hidden">
                <input name="nr_Nota_873919_800" id="nr_Nota_873919_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_890" id="ci_AlunoAvaliacao_873919_890" value="88632747" type="hidden">
                <input name="nr_Nota_873919_890" id="nr_Nota_873919_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_970" id="ci_AlunoAvaliacao_873919_970" value="88629979" type="hidden">
                <input name="nr_Nota_873919_970" id="nr_Nota_873919_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_3330" id="ci_AlunoAvaliacao_873919_3330" value="89441670" type="hidden">
                <input name="nr_Nota_873919_3330" id="nr_Nota_873919_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1130" id="ci_AlunoAvaliacao_873919_1130" value="89438622" type="hidden">
                <input name="nr_Nota_873919_1130" id="nr_Nota_873919_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1140" id="ci_AlunoAvaliacao_873919_1140" value="91060439" type="hidden">
                <input name="nr_Nota_873919_1140" id="nr_Nota_873919_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1200" id="ci_AlunoAvaliacao_873919_1200" value="89177597" type="hidden">
                <input name="nr_Nota_873919_1200" id="nr_Nota_873919_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1620" id="ci_AlunoAvaliacao_873919_1620" value="89440228" type="hidden">
                <input name="nr_Nota_873919_1620" id="nr_Nota_873919_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1730" id="ci_AlunoAvaliacao_873919_1730" value="89179184" type="hidden">
                <input name="nr_Nota_873919_1730" id="nr_Nota_873919_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2168761&nbsp;LUCAS CASTRO SILVA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="2168761" type="hidden"></td>
            
            <td id="colunaNotaAluno_2168761_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_154" id="ci_AlunoAvaliacao_2168761_154" value="91061789" type="hidden">
                <input name="nr_Nota_2168761_154" id="nr_Nota_2168761_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_160" id="ci_AlunoAvaliacao_2168761_160" value="91861167" type="hidden">
                <input name="nr_Nota_2168761_160" id="nr_Nota_2168761_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_530" id="ci_AlunoAvaliacao_2168761_530" value="89912182" type="hidden">
                <input name="nr_Nota_2168761_530" id="nr_Nota_2168761_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_780" id="ci_AlunoAvaliacao_2168761_780" value="88627985" type="hidden">
                <input name="nr_Nota_2168761_780" id="nr_Nota_2168761_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_800" id="ci_AlunoAvaliacao_2168761_800" value="89168854" type="hidden">
                <input name="nr_Nota_2168761_800" id="nr_Nota_2168761_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_890" id="ci_AlunoAvaliacao_2168761_890" value="88632748" type="hidden">
                <input name="nr_Nota_2168761_890" id="nr_Nota_2168761_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_970" id="ci_AlunoAvaliacao_2168761_970" value="88629980" type="hidden">
                <input name="nr_Nota_2168761_970" id="nr_Nota_2168761_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_3330" id="ci_AlunoAvaliacao_2168761_3330" value="89441671" type="hidden">
                <input name="nr_Nota_2168761_3330" id="nr_Nota_2168761_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1130" id="ci_AlunoAvaliacao_2168761_1130" value="89438623" type="hidden">
                <input name="nr_Nota_2168761_1130" id="nr_Nota_2168761_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1140" id="ci_AlunoAvaliacao_2168761_1140" value="91060440" type="hidden">
                <input name="nr_Nota_2168761_1140" id="nr_Nota_2168761_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1200" id="ci_AlunoAvaliacao_2168761_1200" value="89177598" type="hidden">
                <input name="nr_Nota_2168761_1200" id="nr_Nota_2168761_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1620" id="ci_AlunoAvaliacao_2168761_1620" value="89440229" type="hidden">
                <input name="nr_Nota_2168761_1620" id="nr_Nota_2168761_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1730" id="ci_AlunoAvaliacao_2168761_1730" value="89179185" type="hidden">
                <input name="nr_Nota_2168761_1730" id="nr_Nota_2168761_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;982107&nbsp;LUCAS DE ARAUJO CITO CAVALCANTE
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="982107" type="hidden"></td>
            
            <td id="colunaNotaAluno_982107_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_154" id="ci_AlunoAvaliacao_982107_154" value="91061790" type="hidden">
                <input name="nr_Nota_982107_154" id="nr_Nota_982107_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_160" id="ci_AlunoAvaliacao_982107_160" value="91861168" type="hidden">
                <input name="nr_Nota_982107_160" id="nr_Nota_982107_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_530" id="ci_AlunoAvaliacao_982107_530" value="89912183" type="hidden">
                <input name="nr_Nota_982107_530" id="nr_Nota_982107_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_780" id="ci_AlunoAvaliacao_982107_780" value="88627986" type="hidden">
                <input name="nr_Nota_982107_780" id="nr_Nota_982107_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_800" id="ci_AlunoAvaliacao_982107_800" value="89168855" type="hidden">
                <input name="nr_Nota_982107_800" id="nr_Nota_982107_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_890" id="ci_AlunoAvaliacao_982107_890" value="88632749" type="hidden">
                <input name="nr_Nota_982107_890" id="nr_Nota_982107_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_970" id="ci_AlunoAvaliacao_982107_970" value="88629981" type="hidden">
                <input name="nr_Nota_982107_970" id="nr_Nota_982107_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_3330" id="ci_AlunoAvaliacao_982107_3330" value="89441672" type="hidden">
                <input name="nr_Nota_982107_3330" id="nr_Nota_982107_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1130" id="ci_AlunoAvaliacao_982107_1130" value="89438624" type="hidden">
                <input name="nr_Nota_982107_1130" id="nr_Nota_982107_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1140" id="ci_AlunoAvaliacao_982107_1140" value="91060441" type="hidden">
                <input name="nr_Nota_982107_1140" id="nr_Nota_982107_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1200" id="ci_AlunoAvaliacao_982107_1200" value="89177599" type="hidden">
                <input name="nr_Nota_982107_1200" id="nr_Nota_982107_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1620" id="ci_AlunoAvaliacao_982107_1620" value="89440230" type="hidden">
                <input name="nr_Nota_982107_1620" id="nr_Nota_982107_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1730" id="ci_AlunoAvaliacao_982107_1730" value="89179186" type="hidden">
                <input name="nr_Nota_982107_1730" id="nr_Nota_982107_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1203632&nbsp;LUCAS MACEDO DE SOUSA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1203632" type="hidden"></td>
            
            <td id="colunaNotaAluno_1203632_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_154" id="ci_AlunoAvaliacao_1203632_154" value="91061791" type="hidden">
                <input name="nr_Nota_1203632_154" id="nr_Nota_1203632_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_160" id="ci_AlunoAvaliacao_1203632_160" value="91861169" type="hidden">
                <input name="nr_Nota_1203632_160" id="nr_Nota_1203632_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_530" id="ci_AlunoAvaliacao_1203632_530" value="89912184" type="hidden">
                <input name="nr_Nota_1203632_530" id="nr_Nota_1203632_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_780" id="ci_AlunoAvaliacao_1203632_780" value="88627987" type="hidden">
                <input name="nr_Nota_1203632_780" id="nr_Nota_1203632_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_800" id="ci_AlunoAvaliacao_1203632_800" value="89168856" type="hidden">
                <input name="nr_Nota_1203632_800" id="nr_Nota_1203632_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_890" id="ci_AlunoAvaliacao_1203632_890" value="88632751" type="hidden">
                <input name="nr_Nota_1203632_890" id="nr_Nota_1203632_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_970" id="ci_AlunoAvaliacao_1203632_970" value="88629982" type="hidden">
                <input name="nr_Nota_1203632_970" id="nr_Nota_1203632_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_3330" id="ci_AlunoAvaliacao_1203632_3330" value="89441673" type="hidden">
                <input name="nr_Nota_1203632_3330" id="nr_Nota_1203632_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1130" id="ci_AlunoAvaliacao_1203632_1130" value="89438625" type="hidden">
                <input name="nr_Nota_1203632_1130" id="nr_Nota_1203632_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1140" id="ci_AlunoAvaliacao_1203632_1140" value="91060442" type="hidden">
                <input name="nr_Nota_1203632_1140" id="nr_Nota_1203632_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1200" id="ci_AlunoAvaliacao_1203632_1200" value="89177600" type="hidden">
                <input name="nr_Nota_1203632_1200" id="nr_Nota_1203632_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1620" id="ci_AlunoAvaliacao_1203632_1620" value="89440231" type="hidden">
                <input name="nr_Nota_1203632_1620" id="nr_Nota_1203632_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1730" id="ci_AlunoAvaliacao_1203632_1730" value="89179187" type="hidden">
                <input name="nr_Nota_1203632_1730" id="nr_Nota_1203632_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;892397&nbsp;LUCILENE SAMPAIO COSTA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="892397" type="hidden"></td>
            
            <td id="colunaNotaAluno_892397_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_154" id="ci_AlunoAvaliacao_892397_154" value="91061792" type="hidden">
                <input name="nr_Nota_892397_154" id="nr_Nota_892397_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_160" id="ci_AlunoAvaliacao_892397_160" value="91861170" type="hidden">
                <input name="nr_Nota_892397_160" id="nr_Nota_892397_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_530" id="ci_AlunoAvaliacao_892397_530" value="89912185" type="hidden">
                <input name="nr_Nota_892397_530" id="nr_Nota_892397_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_780" id="ci_AlunoAvaliacao_892397_780" value="88627988" type="hidden">
                <input name="nr_Nota_892397_780" id="nr_Nota_892397_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_800" id="ci_AlunoAvaliacao_892397_800" value="89168857" type="hidden">
                <input name="nr_Nota_892397_800" id="nr_Nota_892397_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_890" id="ci_AlunoAvaliacao_892397_890" value="88632752" type="hidden">
                <input name="nr_Nota_892397_890" id="nr_Nota_892397_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_970" id="ci_AlunoAvaliacao_892397_970" value="88629983" type="hidden">
                <input name="nr_Nota_892397_970" id="nr_Nota_892397_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_3330" id="ci_AlunoAvaliacao_892397_3330" value="89441674" type="hidden">
                <input name="nr_Nota_892397_3330" id="nr_Nota_892397_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1130" id="ci_AlunoAvaliacao_892397_1130" value="89438626" type="hidden">
                <input name="nr_Nota_892397_1130" id="nr_Nota_892397_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1140" id="ci_AlunoAvaliacao_892397_1140" value="91060443" type="hidden">
                <input name="nr_Nota_892397_1140" id="nr_Nota_892397_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1200" id="ci_AlunoAvaliacao_892397_1200" value="89177601" type="hidden">
                <input name="nr_Nota_892397_1200" id="nr_Nota_892397_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1620" id="ci_AlunoAvaliacao_892397_1620" value="89440232" type="hidden">
                <input name="nr_Nota_892397_1620" id="nr_Nota_892397_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1730" id="ci_AlunoAvaliacao_892397_1730" value="89179188" type="hidden">
                <input name="nr_Nota_892397_1730" id="nr_Nota_892397_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;104376&nbsp;LUIZ EDUARDO NASCIMENTO DE AMORIM
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="104376" type="hidden"></td>
            
            <td id="colunaNotaAluno_104376_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_154" id="ci_AlunoAvaliacao_104376_154" value="91061793" type="hidden">
                <input name="nr_Nota_104376_154" id="nr_Nota_104376_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_160" id="ci_AlunoAvaliacao_104376_160" value="91861171" type="hidden">
                <input name="nr_Nota_104376_160" id="nr_Nota_104376_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_530" id="ci_AlunoAvaliacao_104376_530" value="89912186" type="hidden">
                <input name="nr_Nota_104376_530" id="nr_Nota_104376_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_780" id="ci_AlunoAvaliacao_104376_780" value="88627989" type="hidden">
                <input name="nr_Nota_104376_780" id="nr_Nota_104376_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_800" id="ci_AlunoAvaliacao_104376_800" value="89168858" type="hidden">
                <input name="nr_Nota_104376_800" id="nr_Nota_104376_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_890" id="ci_AlunoAvaliacao_104376_890" value="88632753" type="hidden">
                <input name="nr_Nota_104376_890" id="nr_Nota_104376_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_970" id="ci_AlunoAvaliacao_104376_970" value="88629984" type="hidden">
                <input name="nr_Nota_104376_970" id="nr_Nota_104376_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_3330" id="ci_AlunoAvaliacao_104376_3330" value="89441675" type="hidden">
                <input name="nr_Nota_104376_3330" id="nr_Nota_104376_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1130" id="ci_AlunoAvaliacao_104376_1130" value="89438627" type="hidden">
                <input name="nr_Nota_104376_1130" id="nr_Nota_104376_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1140" id="ci_AlunoAvaliacao_104376_1140" value="91060444" type="hidden">
                <input name="nr_Nota_104376_1140" id="nr_Nota_104376_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1200" id="ci_AlunoAvaliacao_104376_1200" value="89177602" type="hidden">
                <input name="nr_Nota_104376_1200" id="nr_Nota_104376_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1620" id="ci_AlunoAvaliacao_104376_1620" value="89440233" type="hidden">
                <input name="nr_Nota_104376_1620" id="nr_Nota_104376_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1730" id="ci_AlunoAvaliacao_104376_1730" value="89179189" type="hidden">
                <input name="nr_Nota_104376_1730" id="nr_Nota_104376_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;879769&nbsp;NEILA EVANGELISTA DE ARAUJO
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="879769" type="hidden"></td>
            
            <td id="colunaNotaAluno_879769_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_154" id="ci_AlunoAvaliacao_879769_154" value="91061794" type="hidden">
                <input name="nr_Nota_879769_154" id="nr_Nota_879769_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_160" id="ci_AlunoAvaliacao_879769_160" value="91861172" type="hidden">
                <input name="nr_Nota_879769_160" id="nr_Nota_879769_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_530" id="ci_AlunoAvaliacao_879769_530" value="89912187" type="hidden">
                <input name="nr_Nota_879769_530" id="nr_Nota_879769_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_780" id="ci_AlunoAvaliacao_879769_780" value="88627990" type="hidden">
                <input name="nr_Nota_879769_780" id="nr_Nota_879769_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_800" id="ci_AlunoAvaliacao_879769_800" value="89168859" type="hidden">
                <input name="nr_Nota_879769_800" id="nr_Nota_879769_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_890" id="ci_AlunoAvaliacao_879769_890" value="88632754" type="hidden">
                <input name="nr_Nota_879769_890" id="nr_Nota_879769_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_970" id="ci_AlunoAvaliacao_879769_970" value="88629985" type="hidden">
                <input name="nr_Nota_879769_970" id="nr_Nota_879769_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_3330" id="ci_AlunoAvaliacao_879769_3330" value="89441676" type="hidden">
                <input name="nr_Nota_879769_3330" id="nr_Nota_879769_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1130" id="ci_AlunoAvaliacao_879769_1130" value="89438628" type="hidden">
                <input name="nr_Nota_879769_1130" id="nr_Nota_879769_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1140" id="ci_AlunoAvaliacao_879769_1140" value="91060445" type="hidden">
                <input name="nr_Nota_879769_1140" id="nr_Nota_879769_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1200" id="ci_AlunoAvaliacao_879769_1200" value="89177603" type="hidden">
                <input name="nr_Nota_879769_1200" id="nr_Nota_879769_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1620" id="ci_AlunoAvaliacao_879769_1620" value="89440234" type="hidden">
                <input name="nr_Nota_879769_1620" id="nr_Nota_879769_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1730" id="ci_AlunoAvaliacao_879769_1730" value="89179190" type="hidden">
                <input name="nr_Nota_879769_1730" id="nr_Nota_879769_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1140882&nbsp;OLIVIO NETO TOMAZ DA COSTA PINTO
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1140882" type="hidden"></td>
            
            <td id="colunaNotaAluno_1140882_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_154" id="ci_AlunoAvaliacao_1140882_154" value="91061795" type="hidden">
                <input name="nr_Nota_1140882_154" id="nr_Nota_1140882_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_160" id="ci_AlunoAvaliacao_1140882_160" value="91861173" type="hidden">
                <input name="nr_Nota_1140882_160" id="nr_Nota_1140882_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_530" id="ci_AlunoAvaliacao_1140882_530" value="89912191" type="hidden">
                <input name="nr_Nota_1140882_530" id="nr_Nota_1140882_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_780" id="ci_AlunoAvaliacao_1140882_780" value="88627991" type="hidden">
                <input name="nr_Nota_1140882_780" id="nr_Nota_1140882_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_800" id="ci_AlunoAvaliacao_1140882_800" value="89168860" type="hidden">
                <input name="nr_Nota_1140882_800" id="nr_Nota_1140882_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_890" id="ci_AlunoAvaliacao_1140882_890" value="88632756" type="hidden">
                <input name="nr_Nota_1140882_890" id="nr_Nota_1140882_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_970" id="ci_AlunoAvaliacao_1140882_970" value="88629986" type="hidden">
                <input name="nr_Nota_1140882_970" id="nr_Nota_1140882_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_3330" id="ci_AlunoAvaliacao_1140882_3330" value="89441677" type="hidden">
                <input name="nr_Nota_1140882_3330" id="nr_Nota_1140882_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1130" id="ci_AlunoAvaliacao_1140882_1130" value="89438629" type="hidden">
                <input name="nr_Nota_1140882_1130" id="nr_Nota_1140882_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1140" id="ci_AlunoAvaliacao_1140882_1140" value="91060446" type="hidden">
                <input name="nr_Nota_1140882_1140" id="nr_Nota_1140882_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1200" id="ci_AlunoAvaliacao_1140882_1200" value="89177604" type="hidden">
                <input name="nr_Nota_1140882_1200" id="nr_Nota_1140882_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1620" id="ci_AlunoAvaliacao_1140882_1620" value="89440235" type="hidden">
                <input name="nr_Nota_1140882_1620" id="nr_Nota_1140882_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1730" id="ci_AlunoAvaliacao_1140882_1730" value="89179191" type="hidden">
                <input name="nr_Nota_1140882_1730" id="nr_Nota_1140882_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1195834&nbsp;RAFAEL FERREIRA PARACAMPOS
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1195834" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195834_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_154" id="ci_AlunoAvaliacao_1195834_154" value="91061796" type="hidden">
                <input name="nr_Nota_1195834_154" id="nr_Nota_1195834_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_160" id="ci_AlunoAvaliacao_1195834_160" value="91861174" type="hidden">
                <input name="nr_Nota_1195834_160" id="nr_Nota_1195834_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_530" id="ci_AlunoAvaliacao_1195834_530" value="89912193" type="hidden">
                <input name="nr_Nota_1195834_530" id="nr_Nota_1195834_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_780" id="ci_AlunoAvaliacao_1195834_780" value="88627992" type="hidden">
                <input name="nr_Nota_1195834_780" id="nr_Nota_1195834_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_800" id="ci_AlunoAvaliacao_1195834_800" value="89168861" type="hidden">
                <input name="nr_Nota_1195834_800" id="nr_Nota_1195834_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_890" id="ci_AlunoAvaliacao_1195834_890" value="88632758" type="hidden">
                <input name="nr_Nota_1195834_890" id="nr_Nota_1195834_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_970" id="ci_AlunoAvaliacao_1195834_970" value="88629987" type="hidden">
                <input name="nr_Nota_1195834_970" id="nr_Nota_1195834_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_3330" id="ci_AlunoAvaliacao_1195834_3330" value="89441678" type="hidden">
                <input name="nr_Nota_1195834_3330" id="nr_Nota_1195834_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1130" id="ci_AlunoAvaliacao_1195834_1130" value="89438630" type="hidden">
                <input name="nr_Nota_1195834_1130" id="nr_Nota_1195834_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1140" id="ci_AlunoAvaliacao_1195834_1140" value="91060447" type="hidden">
                <input name="nr_Nota_1195834_1140" id="nr_Nota_1195834_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1200" id="ci_AlunoAvaliacao_1195834_1200" value="89177605" type="hidden">
                <input name="nr_Nota_1195834_1200" id="nr_Nota_1195834_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1620" id="ci_AlunoAvaliacao_1195834_1620" value="89440236" type="hidden">
                <input name="nr_Nota_1195834_1620" id="nr_Nota_1195834_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1730" id="ci_AlunoAvaliacao_1195834_1730" value="89179192" type="hidden">
                <input name="nr_Nota_1195834_1730" id="nr_Nota_1195834_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1203029&nbsp;TAYNA SOARES DA SILVA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1203029" type="hidden"></td>
            
            <td id="colunaNotaAluno_1203029_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_154" id="ci_AlunoAvaliacao_1203029_154" value="91061797" type="hidden">
                <input name="nr_Nota_1203029_154" id="nr_Nota_1203029_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_160" id="ci_AlunoAvaliacao_1203029_160" value="91861175" type="hidden">
                <input name="nr_Nota_1203029_160" id="nr_Nota_1203029_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_530" id="ci_AlunoAvaliacao_1203029_530" value="89912195" type="hidden">
                <input name="nr_Nota_1203029_530" id="nr_Nota_1203029_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_780" id="ci_AlunoAvaliacao_1203029_780" value="88627993" type="hidden">
                <input name="nr_Nota_1203029_780" id="nr_Nota_1203029_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_800" id="ci_AlunoAvaliacao_1203029_800" value="89168862" type="hidden">
                <input name="nr_Nota_1203029_800" id="nr_Nota_1203029_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_890" id="ci_AlunoAvaliacao_1203029_890" value="88632760" type="hidden">
                <input name="nr_Nota_1203029_890" id="nr_Nota_1203029_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_970" id="ci_AlunoAvaliacao_1203029_970" value="88629988" type="hidden">
                <input name="nr_Nota_1203029_970" id="nr_Nota_1203029_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_3330" id="ci_AlunoAvaliacao_1203029_3330" value="89441679" type="hidden">
                <input name="nr_Nota_1203029_3330" id="nr_Nota_1203029_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1130" id="ci_AlunoAvaliacao_1203029_1130" value="89438631" type="hidden">
                <input name="nr_Nota_1203029_1130" id="nr_Nota_1203029_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1140" id="ci_AlunoAvaliacao_1203029_1140" value="91060448" type="hidden">
                <input name="nr_Nota_1203029_1140" id="nr_Nota_1203029_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1200" id="ci_AlunoAvaliacao_1203029_1200" value="89177606" type="hidden">
                <input name="nr_Nota_1203029_1200" id="nr_Nota_1203029_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1620" id="ci_AlunoAvaliacao_1203029_1620" value="89440237" type="hidden">
                <input name="nr_Nota_1203029_1620" id="nr_Nota_1203029_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1730" id="ci_AlunoAvaliacao_1203029_1730" value="89179193" type="hidden">
                <input name="nr_Nota_1203029_1730" id="nr_Nota_1203029_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;641349&nbsp;TAYLANE DE SOUZA BEZERRA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="641349" type="hidden"></td>
            
            <td id="colunaNotaAluno_641349_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_154" id="ci_AlunoAvaliacao_641349_154" value="91061798" type="hidden">
                <input name="nr_Nota_641349_154" id="nr_Nota_641349_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_160" id="ci_AlunoAvaliacao_641349_160" value="91861176" type="hidden">
                <input name="nr_Nota_641349_160" id="nr_Nota_641349_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_530" id="ci_AlunoAvaliacao_641349_530" value="89912198" type="hidden">
                <input name="nr_Nota_641349_530" id="nr_Nota_641349_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_780" id="ci_AlunoAvaliacao_641349_780" value="88627994" type="hidden">
                <input name="nr_Nota_641349_780" id="nr_Nota_641349_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_800" id="ci_AlunoAvaliacao_641349_800" value="89168863" type="hidden">
                <input name="nr_Nota_641349_800" id="nr_Nota_641349_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_890" id="ci_AlunoAvaliacao_641349_890" value="88632762" type="hidden">
                <input name="nr_Nota_641349_890" id="nr_Nota_641349_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_970" id="ci_AlunoAvaliacao_641349_970" value="88629989" type="hidden">
                <input name="nr_Nota_641349_970" id="nr_Nota_641349_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_3330" id="ci_AlunoAvaliacao_641349_3330" value="89441680" type="hidden">
                <input name="nr_Nota_641349_3330" id="nr_Nota_641349_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1130" id="ci_AlunoAvaliacao_641349_1130" value="89438632" type="hidden">
                <input name="nr_Nota_641349_1130" id="nr_Nota_641349_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1140" id="ci_AlunoAvaliacao_641349_1140" value="91060449" type="hidden">
                <input name="nr_Nota_641349_1140" id="nr_Nota_641349_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1200" id="ci_AlunoAvaliacao_641349_1200" value="89177607" type="hidden">
                <input name="nr_Nota_641349_1200" id="nr_Nota_641349_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1620" id="ci_AlunoAvaliacao_641349_1620" value="89440238" type="hidden">
                <input name="nr_Nota_641349_1620" id="nr_Nota_641349_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1730" id="ci_AlunoAvaliacao_641349_1730" value="89179194" type="hidden">
                <input name="nr_Nota_641349_1730" id="nr_Nota_641349_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1524156&nbsp;THAIS MARJORIE GOMES DA SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1524156" type="hidden"></td>
            
            <td id="colunaNotaAluno_1524156_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_154" id="ci_AlunoAvaliacao_1524156_154" value="91061799" type="hidden">
                <input name="nr_Nota_1524156_154" id="nr_Nota_1524156_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_160" id="ci_AlunoAvaliacao_1524156_160" value="91861177" type="hidden">
                <input name="nr_Nota_1524156_160" id="nr_Nota_1524156_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_530" id="ci_AlunoAvaliacao_1524156_530" value="89912200" type="hidden">
                <input name="nr_Nota_1524156_530" id="nr_Nota_1524156_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_780" id="ci_AlunoAvaliacao_1524156_780" value="88627995" type="hidden">
                <input name="nr_Nota_1524156_780" id="nr_Nota_1524156_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_800" id="ci_AlunoAvaliacao_1524156_800" value="89168864" type="hidden">
                <input name="nr_Nota_1524156_800" id="nr_Nota_1524156_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_890" id="ci_AlunoAvaliacao_1524156_890" value="88632764" type="hidden">
                <input name="nr_Nota_1524156_890" id="nr_Nota_1524156_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_970" id="ci_AlunoAvaliacao_1524156_970" value="88629990" type="hidden">
                <input name="nr_Nota_1524156_970" id="nr_Nota_1524156_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_3330" id="ci_AlunoAvaliacao_1524156_3330" value="89441681" type="hidden">
                <input name="nr_Nota_1524156_3330" id="nr_Nota_1524156_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1130" id="ci_AlunoAvaliacao_1524156_1130" value="89438633" type="hidden">
                <input name="nr_Nota_1524156_1130" id="nr_Nota_1524156_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1140" id="ci_AlunoAvaliacao_1524156_1140" value="91060450" type="hidden">
                <input name="nr_Nota_1524156_1140" id="nr_Nota_1524156_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1200" id="ci_AlunoAvaliacao_1524156_1200" value="89177608" type="hidden">
                <input name="nr_Nota_1524156_1200" id="nr_Nota_1524156_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1620" id="ci_AlunoAvaliacao_1524156_1620" value="89440239" type="hidden">
                <input name="nr_Nota_1524156_1620" id="nr_Nota_1524156_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1730" id="ci_AlunoAvaliacao_1524156_1730" value="89179195" type="hidden">
                <input name="nr_Nota_1524156_1730" id="nr_Nota_1524156_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197340&nbsp;WERMESON COSTA SOUSA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1197340" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197340_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_154" id="ci_AlunoAvaliacao_1197340_154" value="91061800" type="hidden">
                <input name="nr_Nota_1197340_154" id="nr_Nota_1197340_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_160" id="ci_AlunoAvaliacao_1197340_160" value="91861178" type="hidden">
                <input name="nr_Nota_1197340_160" id="nr_Nota_1197340_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_530" id="ci_AlunoAvaliacao_1197340_530" value="89912203" type="hidden">
                <input name="nr_Nota_1197340_530" id="nr_Nota_1197340_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_780" id="ci_AlunoAvaliacao_1197340_780" value="88627996" type="hidden">
                <input name="nr_Nota_1197340_780" id="nr_Nota_1197340_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_800" id="ci_AlunoAvaliacao_1197340_800" value="89168865" type="hidden">
                <input name="nr_Nota_1197340_800" id="nr_Nota_1197340_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_890" id="ci_AlunoAvaliacao_1197340_890" value="88632766" type="hidden">
                <input name="nr_Nota_1197340_890" id="nr_Nota_1197340_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_970" id="ci_AlunoAvaliacao_1197340_970" value="88629991" type="hidden">
                <input name="nr_Nota_1197340_970" id="nr_Nota_1197340_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_3330" id="ci_AlunoAvaliacao_1197340_3330" value="89441682" type="hidden">
                <input name="nr_Nota_1197340_3330" id="nr_Nota_1197340_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1130" id="ci_AlunoAvaliacao_1197340_1130" value="89438634" type="hidden">
                <input name="nr_Nota_1197340_1130" id="nr_Nota_1197340_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1140" id="ci_AlunoAvaliacao_1197340_1140" value="91060451" type="hidden">
                <input name="nr_Nota_1197340_1140" id="nr_Nota_1197340_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1200" id="ci_AlunoAvaliacao_1197340_1200" value="89177609" type="hidden">
                <input name="nr_Nota_1197340_1200" id="nr_Nota_1197340_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1620" id="ci_AlunoAvaliacao_1197340_1620" value="89440240" type="hidden">
                <input name="nr_Nota_1197340_1620" id="nr_Nota_1197340_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1730" id="ci_AlunoAvaliacao_1197340_1730" value="89179196" type="hidden">
                <input name="nr_Nota_1197340_1730" id="nr_Nota_1197340_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;520964&nbsp;YAGO BRAYON AGUIAR AIRES
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="520964" type="hidden"></td>
            
            <td id="colunaNotaAluno_520964_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_154" id="ci_AlunoAvaliacao_520964_154" value="91061801" type="hidden">
                <input name="nr_Nota_520964_154" id="nr_Nota_520964_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_160" id="ci_AlunoAvaliacao_520964_160" value="91861179" type="hidden">
                <input name="nr_Nota_520964_160" id="nr_Nota_520964_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_530" id="ci_AlunoAvaliacao_520964_530" value="89912206" type="hidden">
                <input name="nr_Nota_520964_530" id="nr_Nota_520964_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_780" id="ci_AlunoAvaliacao_520964_780" value="88627997" type="hidden">
                <input name="nr_Nota_520964_780" id="nr_Nota_520964_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_800" id="ci_AlunoAvaliacao_520964_800" value="89168866" type="hidden">
                <input name="nr_Nota_520964_800" id="nr_Nota_520964_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_890" id="ci_AlunoAvaliacao_520964_890" value="88632768" type="hidden">
                <input name="nr_Nota_520964_890" id="nr_Nota_520964_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_970" id="ci_AlunoAvaliacao_520964_970" value="88629992" type="hidden">
                <input name="nr_Nota_520964_970" id="nr_Nota_520964_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_3330" id="ci_AlunoAvaliacao_520964_3330" value="89441683" type="hidden">
                <input name="nr_Nota_520964_3330" id="nr_Nota_520964_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1130" id="ci_AlunoAvaliacao_520964_1130" value="89438635" type="hidden">
                <input name="nr_Nota_520964_1130" id="nr_Nota_520964_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1140" id="ci_AlunoAvaliacao_520964_1140" value="91060452" type="hidden">
                <input name="nr_Nota_520964_1140" id="nr_Nota_520964_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1200" id="ci_AlunoAvaliacao_520964_1200" value="89177610" type="hidden">
                <input name="nr_Nota_520964_1200" id="nr_Nota_520964_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1620" id="ci_AlunoAvaliacao_520964_1620" value="89440241" type="hidden">
                <input name="nr_Nota_520964_1620" id="nr_Nota_520964_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1730" id="ci_AlunoAvaliacao_520964_1730" value="89179197" type="hidden">
                <input name="nr_Nota_520964_1730" id="nr_Nota_520964_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1509987&nbsp;YNARA FERREIRA LOPES
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="1509987" type="hidden"></td>
            
            <td id="colunaNotaAluno_1509987_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_154" id="ci_AlunoAvaliacao_1509987_154" value="97112929" type="hidden">
                <input name="nr_Nota_1509987_154" id="nr_Nota_1509987_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_160" id="ci_AlunoAvaliacao_1509987_160" value="97112930" type="hidden">
                <input name="nr_Nota_1509987_160" id="nr_Nota_1509987_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_530" id="ci_AlunoAvaliacao_1509987_530" value="97112931" type="hidden">
                <input name="nr_Nota_1509987_530" id="nr_Nota_1509987_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_780" id="ci_AlunoAvaliacao_1509987_780" value="88627999" type="hidden">
                <input name="nr_Nota_1509987_780" id="nr_Nota_1509987_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_800" id="ci_AlunoAvaliacao_1509987_800" value="89168868" type="hidden">
                <input name="nr_Nota_1509987_800" id="nr_Nota_1509987_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_890" id="ci_AlunoAvaliacao_1509987_890" value="88632772" type="hidden">
                <input name="nr_Nota_1509987_890" id="nr_Nota_1509987_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_970" id="ci_AlunoAvaliacao_1509987_970" value="88629994" type="hidden">
                <input name="nr_Nota_1509987_970" id="nr_Nota_1509987_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_3330" id="ci_AlunoAvaliacao_1509987_3330" value="89441685" type="hidden">
                <input name="nr_Nota_1509987_3330" id="nr_Nota_1509987_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1130" id="ci_AlunoAvaliacao_1509987_1130" value="89438637" type="hidden">
                <input name="nr_Nota_1509987_1130" id="nr_Nota_1509987_1130" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1140" id="ci_AlunoAvaliacao_1509987_1140" value="97112932" type="hidden">
                <input name="nr_Nota_1509987_1140" id="nr_Nota_1509987_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1200" id="ci_AlunoAvaliacao_1509987_1200" value="89177612" type="hidden">
                <input name="nr_Nota_1509987_1200" id="nr_Nota_1509987_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1620" id="ci_AlunoAvaliacao_1509987_1620" value="89440243" type="hidden">
                <input name="nr_Nota_1509987_1620" id="nr_Nota_1509987_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1730" id="ci_AlunoAvaliacao_1509987_1730" value="89179199" type="hidden">
                <input name="nr_Nota_1509987_1730" id="nr_Nota_1509987_1730" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 337px; left: 859px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (INGLES)</h3><div class="body">FRANCISCO WENDELL SILVA DE MACEDO</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>